Release 10.1A: OpenEdge Development:
Progress Dynamics Advanced Development


Useful browser properties

The code runs the standard initializeObject behavior and then captures three property values locally:

The variables gcFields, gcHandles, and ghBuffer must be defined in the Definitions section of the procedure, so that they are scoped to the procedure as a whole, as shown:

DEFINE VARIABLE gcFields  AS CHARACTER  NO-UNDO. 
DEFINE VARIABLE gcHandles AS CHARACTER  NO-UNDO. 
DEFINE VARIABLE ghBuffer  AS HANDLE     NO-UNDO. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095